| Class | Description |
|---|---|
| PDFCalculatedFieldCollection | Defines a collection of calculated Acrobat form fields. |
| PDFCheckBoxField | Defines an interactive Acrobat check box field. |
| PDFCheckBoxWidget | Defines an interactive checkbox widget. The checkbox widget is the visual representation of a checkbox field on a PDF page. |
| PDFCheckWidget | Defines the base class for all check style widgets. |
| PDFComboBoxField | Defines an interactive Acrobat combo box field. |
| PDFComboBoxWidget | Defines an interactive combo box widget. The combo box widget is the visual representation of a combo box field on a PDF page. |
| PDFField | Defines the base class for all interactive form fields in an Acrobat PDF form. |
| PDFFieldCollection | Defines a collection of interactive form fields. |
| PDFFieldFlags | Specifies the available field flags. For internal library use only. |
| PDFFieldWidget | Defines an interactive field widget. The field widget is the visual representation of a field on a PDF page. |
| PDFFieldWidgetCollection | Defines a collection of field widgets. |
| PDFForm | Defines an interactive Acrobat form. |
| PDFFormDataOptions | Defines the available export options for PDF form data. These options apply to FDF/XFDF export only. |
| PDFFormFillOptions | Defines options for filling PDF forms. |
| PDFListBoxField | Defines an interactive Acrobat list box field. |
| PDFListBoxWidget | Defines an interactive list box widget. The list box widget is the visual representation of a list box field on a PDF page. |
| PDFListField | Defines the base class for interactive choice fields, comboboxes and listboxes. |
| PDFListItem | Defines an item in a list field. |
| PDFListItemCollection | Defines a collection of list items. |
| PDFPushButtonField | Defines an interactive Acrobat pushbutton field. |
| PDFPushButtonWidget | Defines an interactive pushbutton widget. The pushbutton widget is the visual representation of a pushbutton field on a PDF page. |
| PDFRadioButtonField | Defines an interactive Acrobat radiobutton field. |
| PDFRadioButtonWidget | Defines an interactive radiobutton widget. |
| PDFSignatureField | Defines an interactive Acrobat signature field. |
| PDFSignatureLockFieldAction | Defines a signature field lock action. A signature field lock action specifies a set of form fields that shall be locked when signature field is signed. |
| PDFSignatureWidget | Defines an interactive signature widget. The signature widget is the visual representation of a signature field on a PDF page. |
| PDFTextBoxField | Defines an interactive Acrobat textbox field. |
| PDFTextBoxWidget | Defines an interactive textbox widget. The textbox widget is the visual representation of a textbox field on a PDF page. |